c# split include separators

45

c# split include separators -

string[] result = Regex.Split("123.456.789", @"(\.)");

Comments

Submit
0 Comments